home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / CDOS10.ARJ / PRJMACRO.H < prev    next >
Text File  |  1992-07-07  |  370b  |  16 lines

  1. #if !defined (PRJMACRO)           /* Prevents multiple declarations errors */
  2. #define PRJMACRO
  3.  
  4. /*
  5.    Description  : Standard macros definitions for current project.
  6.    Project name :
  7. */
  8.  
  9.  
  10. /*----- Global Macros -----------------------------------------------------*/
  11.  
  12.  
  13. /*----- End Global Macros -------------------------------------------------*/
  14.  
  15. #endif
  16.